Labels:hakham | reckoner | sky OCR: Mew 1997 PowerFantasm 4 User Manual Rev 7 Page Note the ALIGN directive after the label this ensures that if you have made mistake and the label IS not bytes long at least the PC is on an even and vour program will not crash. The other method allows you 10 use labels of any length. It follows the same method a above but you precede the label string with a length byte, with bit set and following the string there should be two zero bytes. For example: dc. $8a Kw.. routine ,0,0 align This will insert the Macsbug label "My routine" into the code at the current PC Macsbi knows that the subroutine above this Tabel is called Aw. routine" if the label is onger bytes, then obviously the length character is simply $80+ ength of string For exampl dc. very long label0,0 align The label I is 17 bytes, ...